projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
502ea6e
f93506a
)
auto merge of #702 : tomassedovic/cargo/run-examples, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 29 Oct 2014 19:04:40 +0000
(19:04 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 29 Oct 2014 19:04:40 +0000
(19:04 +0000)
This lets users run any executable from the `examples` or `bin` directories by
passing its name with `--example` or `--bin` flag.
If neither is specified, we fall back to the old behaviour (running the only bin
target in the project, failing if there are more).
Closes #538
Trivial merge